libostree: Make the format of file objects private
authorColin Walters <walters@verbum.org>
Tue, 3 Sep 2013 22:42:02 +0000 (18:42 -0400)
committerColin Walters <walters@verbum.org>
Tue, 3 Sep 2013 22:43:42 +0000 (18:43 -0400)
commit0d72168961842cec1be9226f8ec7fe193e694065
treec346b67f0a6de105b802582cce27c0629e3b2395
parent356de33b490b6dbb7911582aeb09b906a7d26259
libostree: Make the format of file objects private

It's now isolated almost entirely to ostree-core.c, except
ostree-repo.c needs to know how to create archive-z2 file headers.  So
give it a private API for that.
doc/ostree-sections.txt
src/libostree/ostree-core-private.h [new file with mode: 0644]
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo.c